GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle / GetIntersectRatio Method





In This Topic
GetIntersectRatio Method (GdPictureRectangle)
In This Topic
Syntax
'Declaration
 
Public Function GetIntersectRatio( _
   ByVal rect As GdPictureRectangle, _
   Optional ByVal baseOnSmaller As Boolean _
) As Single
public float GetIntersectRatio( 
   GdPictureRectangle rect,
   bool baseOnSmaller
)
public function GetIntersectRatio( 
    rect: GdPictureRectangle;
    baseOnSmaller: Boolean
): Single; 
public function GetIntersectRatio( 
   rect : GdPictureRectangle,
   baseOnSmaller : boolean
) : float;
public: float GetIntersectRatio( 
   GdPictureRectangle* rect,
   bool baseOnSmaller
) 
public:
float GetIntersectRatio( 
   GdPictureRectangle^ rect,
   bool baseOnSmaller
) 

Parameters

rect
baseOnSmaller
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureRectangle
GdPictureRectangle Members